Skip to content

Conversation

@dmitryax
Copy link
Member

@dmitryax dmitryax commented Oct 31, 2025

Update terminology in specification/entities/data-model.md. Replace "Identifying" and "Descriptive" terms with "Entity Identity" and "Entity Description".

Related to #4700

@dmitryax dmitryax marked this pull request as ready for review October 31, 2025 18:20
@dmitryax dmitryax requested review from a team as code owners October 31, 2025 18:20
Update terminology in specification/entities/data-model.md. Replace "Identifying Attributes" with "Entity Identity"  and "Descriptive Attributes" with "Description Attributes".

Related to open-telemetry#4700
@dmitryax dmitryax force-pushed the update-entity-attributes-terminology branch from c0ea51d to d95a822 Compare October 31, 2025 18:22
@github-actions
Copy link

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@jmacd
Copy link
Contributor

jmacd commented Nov 17, 2025

#4700 (comment)

I wonder how others feel about "description-key attributes" and "identity-key attributes"?

@jmacd jmacd removed the Stale label Nov 17, 2025
jsuereth
jsuereth previously approved these changes Nov 18, 2025
@github-actions
Copy link

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Nov 26, 2025
@jsuereth jsuereth dismissed their stale review December 1, 2025 17:50

No longer onboard with the direction

@github-actions github-actions bot removed the Stale label Dec 2, 2025
|--------------|----------------------------------------|-----------------|
| Type | string | Defines the type of the entity. MUST not change during the lifetime of the entity. For example: "service" or "host". This field is required and MUST not be empty for valid entities. |
| Id | map<string, attribute value> | Attributes that identify the entity.<p>MUST not change during the lifetime of the entity. The Id must contain at least one attribute.<p>Follows OpenTelemetry [attribute definition](../common/README.md#attribute). SHOULD follow OpenTelemetry [semantic conventions](https://github.com/open-telemetry/semantic-conventions) for attributes. |
| Description | map<string, attribute value> | Descriptive (non-identifying) attributes of the entity.<p>MAY change over the lifetime of the entity. MAY be empty. These attributes are not part of entity's identity.<p>Follows OpenTelemetry [attribute definition](../common/README.md#attribute). SHOULD follow OpenTelemetry [semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/README.md) for attributes. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This language occurs in the protobuf comments as well: https://github.com/open-telemetry/opentelemetry-proto/blob/a5f0eac5b802f7ae51dfe41e5116fe5548955e64/opentelemetry/proto/common/v1/common.proto#L119-L128

If we agree with the direction of this PR, we'll want to open a corresponding PR in that repo to keep the language consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants